翻訳と辞書
Words near each other
・ Lazy jack
・ Lazy Jay Ranch
・ Lazy Jones
・ Lazy Kate
・ Lazy Lake, Florida
・ Lazy Lamhe
・ Lazy learning
・ Lazy Lester
・ Lazy Line Painter Jane
・ Lazy Line Painter Jane (boxset)
・ Lazy linear hybrid automaton
・ Lazy Lion
・ Lazy loading
・ Lazy Love
・ Lazy Magnolia Brewing Company
Lazy ML
・ Lazy Mountain, Alaska
・ Lazy Mutha Fucka
・ Lazy pod Makytou
・ Lazy Raiders
・ Lazy Ramadi
・ Lazy reason
・ Lazy Rich
・ Lazy river
・ Lazy River (film)
・ Lazy Smoke
・ Lazy Sunday
・ Lazy Sunday (Small Faces song)
・ Lazy Sunday (The Lonely Island song)
・ Lazy Susan


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Lazy ML : ウィキペディア英語版
Lazy ML
Lazy ML (LML) is a functional programming language developed in the early 1980s by Lennart Augustsson and Thomas Johnsson at Chalmers University of Technology, prior to Miranda and Haskell. LML is a strongly typed, statically scoped implementation of ML, with lazy evaluation.
The key innovation of LML was to demonstrate how to compile a lazy functional language. Until then, lazy languages had been implemented via interpreted graph reduction. LML compiled to G-machine code.
LML is also notable as the language in which (HBC ), the Haskell B Compiler, was implemented.
==Example programs==

Hello, world:

"hello world\n"

Factorial:

let rec fact 0 = 1 ||
fact n = n
*fact(n-1)


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Lazy ML」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.